Vcenter NamespaceManagement LoadBalancers AviConfigUpdateSpec
Vcenter NamespaceManagement LoadBalancers AviConfigUpdateSpec captures the configuration data required for integration with the Avi Software Load Balancer.
This schema was added in vSphere API 7.0.3.0.
{
"username": "string",
"password": "string",
"certificate_authority_chain": "string"
}
An administrator user name for accessing the Avi Controller.
This property was added in vSphere API 7.0.3.0.
If missing or null, the existing username will not be modified.
The password for the administrator user.
This property was added in vSphere API 7.0.3.0.
If missing or null, the existing password will not be modified.
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.
This property was added in vSphere API 7.0.3.0.
If missing or null, the existing PEM-encoded CA chain will not be modified.